Skip to content

fix: add alt text to VitePress logo#1722

Merged
dayongkr merged 1 commit into
toss:mainfrom
myeong-jae-hwi:main
May 17, 2026
Merged

fix: add alt text to VitePress logo#1722
dayongkr merged 1 commit into
toss:mainfrom
myeong-jae-hwi:main

Conversation

@myeong-jae-hwi
Copy link
Copy Markdown
Contributor

Summary

Issues: #1721

Add alt text to the VitePress logo configuration to improve accessibility for screen reader users.

Changes

  • Added alt property to themeConfig.logo
  • Improved accessibility compliance for logo images
themeConfig: {
  logo: {
    dark: '/logo_white.png',
    light: '/logo_black.png',
    alt: 'es-toolkit',
  },
}

Copy link
Copy Markdown
Collaborator

@dayongkr dayongkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

@dayongkr dayongkr merged commit 970ae85 into toss:main May 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants